home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / text / print / VirtPrinters2.lha / VirtualPrinters.doc
Text File  |  1993-11-12  |  2KB  |  46 lines

  1.                              IFF_Printer and Screen_Printer
  2.                                   ©1993 Garrick Meeker
  3.  
  4.                 These programs and their source is public domain.
  5.                 You may do whatever you wish with them.
  6.  
  7.     This code is based on Commodore's HP_LaserJet and EpsonX
  8. printer drivers.
  9.  
  10. Version 2: Minor bug fixed.  Won't crash under 3.0 anymore.  Screen_Printer
  11.     is now about 1K smaller.  I had accidently linked it with the IFF
  12.     packing code that IFF_Printer uses.
  13.  
  14.     These are two new printer drivers.  One shows the printer output on a
  15. screen and the other saves it as IFF pictures.  Both require AmigaDOS 2.04.
  16.     To install, copy the devs/printers directory to DEVS:Printers and use
  17. the prefs programs to pick the new driver.  For IFF_Printer, assign
  18. Pages: to the directory where you want the files, or add it to your
  19. User-Startup.  The files will be name 'Page.nnnnn' where 'nnnnn' is the page
  20. number.
  21.     These drivers emulate a page-mode printer, like a laser printer.  They
  22. both support color and b&w modes.  Color mode uses three bitplanes, while
  23. b&w uses only one.  The density settings are as follows:
  24.         1 -  80 x  68 dpi
  25.         2 -  80 x  80 dpi
  26.         3 - 120 x 120 dpi
  27.         4 - 160 x 136 dpi
  28.         5 - 180 x 180 dpi
  29.         6 - 240 x 240 dpi
  30.         7 - 300 x 300 dpi
  31.      A page at density 1 corresponds to a hires-interlace full page screen.
  32. Some of the modes correspond to the Amiga's aspect ratio, but most are just
  33. 1 to 1.  Screen_Printer requires a great deal of chip ram at the higher
  34. density settings.
  35.      Note: color and b&w passes cannot be printed on the same page.  I
  36. don't think this should be a problem.  To get around this, everything would
  37. have to be printed in color mode, which would be a waste of memory in all
  38. the other cases.
  39.  
  40. It works on my system.
  41.  
  42. If you have any questions or bug reports, I can be reached at:
  43.  
  44. gmeeker@soda.berkeley.edu
  45.  
  46.